projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9698d4a
)
composetable: Remove some redundant code
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Feb 2021 00:14:26 +0000
(19:14 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 24 Feb 2021 00:14:26 +0000
(19:14 -0500)
Pointed out by Peter Bloomfield.
gtk/gtkcomposetable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcomposetable.c
b/gtk/gtkcomposetable.c
index a39258f65963103540c7c74d4d0ce80573d00df3..fb5ab6abe6e2dd175e8c81cb391e6c2a591e5f2f 100644
(file)
--- a/
gtk/gtkcomposetable.c
+++ b/
gtk/gtkcomposetable.c
@@
-95,10
+95,6
@@
parse_compose_value (GtkComposeData *compose_data,
{
if (*p == '\"')
{
- p++;
- while (*p && g_ascii_isspace (*p))
- p++;
-
compose_data->value = g_string_free (value, FALSE);
return TRUE;
}